home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.x
- Path: uunet!think.com!mips!msi!dcmartin
- From: "David C. Carver" <dcc@Athena.MIT.EDU>
- Subject: v16i108: vex.v2r2 patch #2, Patch2, Part01/01
- Message-ID: <1992Mar5.215809.9894@msi.com>
- Originator: dcmartin@fascet
- Sender: dcmartin@msi.com (David C. Martin - Moderator)
- Organization: Molecular Simulations, Inc.
- References: <csx-16i108-vex.v2r2@uunet.UU.NET>
- Date: Thu, 5 Mar 1992 21:58:09 GMT
- Approved: dcmartin@msi.com
-
- Submitted-by: "David C. Carver" <dcc@Athena.MIT.EDU>
- Posting-number: Volume 16, Issue 108
- Archive-name: vex.v2r2/patch2
- Patch-To: vex.v2r2: Volume 16, Issue 52
-
- Xv2r2 Patch #2
-
- This file patches:
-
- mit/extensions/xv/server/ddx/sunrop/pip_impl.h
-
- to included cg8reg.h from /usr/include/sbusdev rather than from
- /usr/include/sundev as it used to.
-
- To apply this patch:
-
- cd to the top of the source tree (to the directory containing the "mit"
- and "contrib" subdirectories) and do:
-
- patch -p -s < ThisFile
-
- Patch will work silently unless an error occurs. You will likely get
- two warning messages, which can be ignored:
-
- mkdir: mit: File exists
-
- If you want to watch patch do its thing, leave out the "-s" argument to patch.
-
- After applying this patch:
-
- You need to build the Xsun server again. You can do this by making
- everything (slow), or by going to the directory
- mit/extensions/xv/server/ddx/sunrop and saying
-
- make depend
- make
-
- followed by doing to mit/server and saying
-
- make Xsun (or make loadXsun)
-
- Prereq: xv-patch-level-1
-
- *** /tmp/XVPATCHLEVEL.1 Mon Mar 2 11:03:18 1992
- --- mit/XVPATCHLEVEL Mon Mar 2 11:04:37 1992
- ***************
- *** 2 ****
- ! VERSION xv-patch-level-1
- --- 2 ----
- ! VERSION xv-patch-level-2
-
- *** mit/extensions/xv/server/ddx/sunrop/pip_impl.h.0 Fri Feb 28 17:46:07 1992
- --- mit/extensions/xv/server/ddx/sunrop/pip_impl.h Fri Feb 28 17:46:12 1992
- ***************
- *** 10 ****
- ! #include <sundev/cg8reg.h> /* TC register definitions. */
- --- 10 ----
- ! #include <sbusdev/cg8reg.h> /* TC register definitions. */
-
- --
- --
- Molecular Simulations, Inc. mail: dcmartin@msi.com
- 796 N. Pastoria Avenue uucp: uunet!dcmartin
- Sunnyvale, California 94086 at&t: 408/522-9236
-